Autogenerated HTML docs for v1.4.4.1-g634b8
diff --git a/git-branch.html b/git-branch.html index eb01693..65e7a37 100644 --- a/git-branch.html +++ b/git-branch.html
@@ -273,14 +273,16 @@ <h2>SYNOPSIS</h2> <div class="sectionbody"> <div class="verseblock"> -<div class="content"><em>git-branch</em> [-r] +<div class="content"><em>git-branch</em> [-r] [-a] <em>git-branch</em> [-l] [-f] <branchname> [<start-point>] <em>git-branch</em> (-d | -D) <branchname>…</div></div> </div> <h2>DESCRIPTION</h2> <div class="sectionbody"> -<p>With no arguments given (or just <tt>-r</tt>) a list of available branches -will be shown, the current branch will be highlighted with an asterisk.</p> +<p>With no arguments given a list of existing branches +will be shown, the current branch will be highlighted with an asterisk. +Option <tt>-r</tt> causes the remote-tracking branches to be listed, +and option <tt>-a</tt> shows both.</p> <p>In its second form, a new branch named <branchname> will be created. It will start out with a head equal to the one given as <start-point>. If no <start-point> is given, the branch will be created with a head @@ -331,7 +333,15 @@ </dt> <dd> <p> - List only the "remote" branches. + List the remote-tracking branches. +</p> +</dd> +<dt> +-a +</dt> +<dd> +<p> + List both remote-tracking branches and local branches. </p> </dd> <dt> @@ -421,7 +431,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 03-Oct-2006 08:40:53 UTC +Last updated 24-Nov-2006 12:10:49 UTC </div> </div> </body>